home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
page9
/
00168.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-29
|
181 b
|
12 lines
on startMovie
global returnframe
set returnframe to 0
end
on mouseDown
global returnframe
if the optionDown and not (returnframe = 0) then
go(returnframe)
end if
end